Skip to main content

Upload a file to the 'My documents' section

POST 

/api/2.0/files/@my/upload

Uploads a file specified in the request to the "My documents" section by single file uploading or standart multipart/form-data method.

Note: You can upload files in two different ways:

  1. Using single file upload. You should set the Content-Type and Content-Disposition headers to specify a file name and content type, and send the file to the request body.
  2. Using standart multipart/form-data method.

Request

Responses

Uploaded file(s)